<?xml version="1.0"?>
<component name="org.nuxeo.ecm.webengine.blogs.authConfig.override">

  <require>org.nuxeo.ecm.webengine.blogs.authConfig</require>

  <extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.plugins.BasicAuthenticator" enabled="true" name="BASIC_AUTH">
      <parameters>
         <parameter name="ForcePromptURL_RSS_WEBENGINE_BLOG">
          site/blogs/@rss
          </parameter>
      </parameters>
    </authenticationPlugin>
  </extension>

</component>
